1bashThis demonstrates sourcing a script located in a relative path from the current script's directory.source "${0%/*}/../share/foo.sh"bash internalcode blockssource scripts